func github.com/klauspost/compress/flate.newHuffmanEncoder
9 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L432: d.h = newHuffmanEncoder(maxFlateBlockTokens)
huffman_bit_writer.go#L148: literalEncoding: newHuffmanEncoder(literalCount),
huffman_bit_writer.go#L149: tmpLitEncoding: newHuffmanEncoder(literalCount),
huffman_bit_writer.go#L150: codegenEncoding: newHuffmanEncoder(codegenCodeCount),
huffman_bit_writer.go#L151: offsetEncoding: newHuffmanEncoder(offsetCodeCount),
huffman_bit_writer.go#L987: huffOffset = newHuffmanEncoder(offsetCodeCount)
huffman_code.go#L83: func newHuffmanEncoder(size int) *huffmanEncoder {
huffman_code.go#L91: h := newHuffmanEncoder(literalCount)
huffman_code.go#L121: h := newHuffmanEncoder(30)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |